@charset "utf-8";
img {
  max-width: 100%;
}
/*公用*/
.header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.header > div {
  height: 75px;
}
.header > div .logo img {
  padding-top: 20px;
}
.header > div .logo img:first-of-type {
  display: none;
}
.header > div .lange img {
  width: 30px;
  padding: 22px 0 0 20px;
}
.header > div .nav li {
  float: left;
  line-height: 75px;
  padding: 0 24px;
}
.header > div .nav li a {
  color: #333333;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header > div .nav li:hover a,
.header > div .nav li.active a {
  color: #ea5405;
}
.header.active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header.active > div .logo img:first-of-type {
  display: block;
}
.header.active > div .logo img:nth-child(2) {
  display: none;
}
.header.active > div .nav li a {
  color: #fff;
}
.header.active > div .nav li:hover a,
.header.active > div .nav li.active a {
  color: #ea5405;
}
.banner > img {
  width: 100%;
  vertical-align: middle;
}
.footer {
  width: 100%;
  background: #323232;
  color: #fff;
}
.footer > div ul {
  padding: 20px 0 60px;
}
.footer > div ul li {
  width: 16.666%;
  float: left;
}
.footer > div ul li p a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  color: #fff;
  opacity: .6;
  line-height: 30px;
}
.footer > div ul li p:first-child a {
  opacity: 1;
  font-size: 16px;
  line-height: 42px;
}
.footer > div ul li p:hover a {
  color: #ea5405;
}
.footer > div .copyright > p {
  font-size: 16px;
  padding: 10px 0;
}
.footer .copy-box {
  width: 100%;
  background: #252525;
}
.friendly-link .jiathis_style_32x32 {
  padding: 8px 0 0 ;
}
.friendly-link .jiathis_style_32x32 i {
  font-size: 16px;
  color: #888888;
  height: 32px;
  line-height: 32px;
  padding-right: 10px;
}
.friendly-link .jiathis_style_32x32 a {
  display: inline-block;
  float: left;
}
.friendly-link .jiathis_style_32x32 a span {
  background: url("../images/bottom-icon.png") no-repeat left;
}
.friendly-link .jiathis_style_32x32 a span.jtico_fb {
  background-position: 4px 2px;
}
.friendly-link .jiathis_style_32x32 a span.jtico_twitter {
  background-position: -40px 2px;
}
.friendly-link .jiathis_style_32x32 a span.jtico_googleplus {
  background-position: -84px 2px;
}
.friendly-link .jiathis_style_32x32 a span.jtico_linkedin {
  background-position: -128px 2px;
}
.friendly-link .jiathis_style_32x32 a span.jtico_tumblr {
  background-position: -172px 2px;
}
.btn-box {
  width: 100%;
  padding-top: 50px;
  text-align: center;
}
.btn-box a {
  display: inline-block;
  width: 145px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  border-radius: 20px;
  font-size: 14px;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-box a:hover {
  color: #ea5405;
  background: #fff;
}
.btn-box.btn-box-2 a {
  border-color: #d6d6d6;
  color: #888888;
}
.btn-box.btn-box-2 a.active,
.btn-box.btn-box-2 a:hover {
  border-color: #ea5405;
  background-color: #ea5405;
  color: #fff;
}
.btn-box.btn-box-3 a {
  background: #ea5405;
  border-color: #ea5405;
}
.btn-box.btn-box-3 a:hover {
  opacity: 0.8;
  color: #fff;
}
.content {
  padding-top: 75px;
}
.swiper-slide img {
  vertical-align: middle;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #ffffff;
  width: 60px;
  height: 3px;
  margin: 0 5px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.hover {
  background: #ea5405;
}
.home-product {
  width: 100%;
}
.home-product .title {
  font-size: 36px;
  padding: 70px 0 30px;
  color: #333333;
  text-align: center;
}
.home-product .product-swiper-box {
  background-color: #f1f1f1;
}
.home-product .product-swiper-box .product-swiper {
  width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.home-product .product-swiper-box .product-swiper .swiper-slide {
  width: 16.66666%;
  height: 165px;
  padding: 22px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  background-repeat: no-repeat;
  background-position: center top;
}
.home-product .product-swiper-box .product-swiper .swiper-slide .img-box {
  width: 100%;
  height: 88px;
  position: relative;
}
.home-product .product-swiper-box .product-swiper .swiper-slide .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 45px;
  max-height: 95%;
  object-fit: cover;
}
.home-product .product-swiper-box .product-swiper .swiper-slide p {
  position: relative;
  font-size: 16px;
  height: 40px;
  color: #888;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-product .product-swiper-box .product-swiper .swiper-slide.active,
.home-product .product-swiper-box .product-swiper .swiper-slide:hover {
  background-image: url("../images/products/bg.png");
}
.home-product .product-swiper-box .product-swiper .swiper-slide.active p,
.home-product .product-swiper-box .product-swiper .swiper-slide:hover p {
  color: #ea5405;
  background: url("../images/products/arrow.png") no-repeat bottom;
}
.home-product .product-swiper-box .product-swiper .swiper-button-next,
.home-product .product-swiper-box .product-swiper .swiper-button-prev {
  z-index: 999;
  top: 0;
  margin-top: 0;
  width: 40px;
  height: 100%;
  opacity: 1!important;
  background: #f1f1f1 url("../images/products/arrow-left.png") no-repeat left center;
}
.home-product .product-swiper-box .product-swiper .swiper-button-next:hover,
.home-product .product-swiper-box .product-swiper .swiper-button-prev:hover {
  background-image: url("../images/products/arrow-left2.png");
}
.home-product .product-swiper-box .product-swiper .swiper-button-prev {
  left: 0px;
}
.home-product .product-swiper-box .product-swiper .swiper-button-next {
  right: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.home-product .products-list {
  width: 100%;
  background-color: #ea5405;
  padding: 40px 0 60px;
}
.home-product .products-list .left {
  width: 390px;
  height: 555px;
  padding: 5px;
  background-color: #fff;
  box-sizing: border-box;
}
.home-product .products-list .left .product-box {
  height: 100%;
}
.home-product .products-list .left .product-box .img-box {
  position: relative;
  width: 100%;
  height: 460px;
}
.home-product .products-list .left .product-box .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 90%;
  max-wight: 90%;
  object-fit: cover;
}
.home-product .products-list .right {
  width: 810px;
}
.home-product .products-list .right .right-box {
  width: 390px;
  float: left;
  margin-left: 15px;
  margin-bottom: 15px;
  height: 270px;
  padding: 5px;
  background-color: #fff;
  box-sizing: border-box;
}
.home-product .products-list .product-box {
  cursor: pointer;
  padding: 20px;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.home-product .products-list .product-box .img-box {
  position: relative;
  width: 100%;
  height: 169px;
  overflow: hidden;
}
.home-product .products-list .product-box .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 90%;
  max-width: 90%;
  object-fit: cover;
}
.home-product .products-list .product-box .text {
  width: 100%;
}
.home-product .products-list .product-box .text p {
  font-size: 16px;
  color: #333333;
  height: 16px;
  line-height: 16px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.home-product .products-list .product-box .text p:nth-child(2) {
  width: 100%;
  padding-top: 15px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-product .products-list .product-box:hover {
  border-color: #ea5405;
}
.home-product .products-list .product-box:hover .text p:first-of-type {
  color: #ea5405;
}
#pop {
  display: none;
  z-index: 10001;
  position: fixed;
  top: 38%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
  height: 200px;
  padding: 50px;
  background-color: #fff;
  border-radius: 8px;
}
#pop p.tip {
  text-align: center;
  font-size: 20px;
  color: #ea5405;
}
#pop p.pop-text {
  font-size: 16px;
  color: #999;
  text-align: center;
  padding: 50px 0 10px;
}
#pop .btn-box {
  padding-top: 50px;
  text-align: center;
}
#pop .btn-box a {
  display: inline-block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
#pop .btn-box a.no {
  margin-right: 40px;
}
/*分页*/
.page {
  width: 100%;
  text-align: left;
  padding-bottom: 40px;
}
.page a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: #888888;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  margin-right: 8px;
}
.page a:hover {
  color: #ea5405 ;
  border-color: #ea5405;
}
.page a.prev,
.page a.next {
  width: 120px;
}
/*放大镜*/
#img-warper {
  display: none;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#img-warper > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  object-fit: cover;
}
#img-warper .close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 100px;
  height: 40px;
  background: #f3f3f3;
  color: #666;
  font-size: 16px;
  line-height: 42px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}
#img-warper .close img {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}
/*home*/
.home {
  width: 100%;
}
.home .product-swiper-box .product-swiper .swiper-slide.active:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 5px solid #ea5405;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.home .home-product .products-list {
  display: none;
}
.home .home-product .products-list.active {
  display: block;
}
.home .home-partner {
  width: 100%;
  background-color: #fff;
  padding: 0 0 60px;
}
.home .home-partner .title {
  font-size: 36px;
  padding: 70px 0 30px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
}
.home .home-partner .partner-list ul li {
  position: relative;
  width: 19%;
  margin-right: 1.25%;
  margin-bottom: 13px;
  height: 100px;
  float: left;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home .home-partner .partner-list ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 90%;
  object-fit: cover;
}
.home .home-partner .partner-list ul li:nth-child(5n) {
  margin-right: 0;
}
.home .home-partner .partner-list ul li:hover {
  box-shadow: 0 0 10px #c6c6c6;
}
.home .home-information {
  width: 100%;
}
.home .home-information .home-news,
.home .home-information .home-company {
  width: 50%;
  height: 680px;
  padding-top: 60px;
  box-sizing: border-box;
}
.home .home-information .home-news .company-list,
.home .home-information .home-company .company-list,
.home .home-information .home-news .news-list,
.home .home-information .home-company .news-list {
  width: 600px;
  box-sizing: border-box;
  padding-right: 30px;
}
.home .home-information .home-news .big-tit,
.home .home-information .home-company .big-tit {
  display: inline-block;
  padding: 10px 20px;
  min-width: 80px;
  margin-bottom: 20px;
  background-color: #ea5405;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.home .home-information .home-news {
  background-color: #efefef;
}
.home .home-information .home-news .news-list ul li {
  width: 100%;
  padding: 28px 0 30px;
  border-bottom: 1px solid #c6c6c6;
}
.home .home-information .home-news .news-list ul li a {
  display: block;
}
.home .home-information .home-news .news-list ul li a .text {
  width: 100%;
}
.home .home-information .home-news .news-list ul li a .text p.tit {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .home-information .home-news .news-list ul li a .text p.time {
  font-size: 12px;
  color: #888;
}
.home .home-information .home-news .news-list ul li a .text p.detail {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  height: 42px;
  padding-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home .home-information .home-news .news-list ul li.img-li img {
  display: block;
  width: 340px;
  height: 180px;
  object-fit: cover;
  margin-right: 20px;
}
.home .home-information .home-news .news-list ul li.img-li .time {
  padding-top: 5px;
}
.home .home-information .home-news .news-list ul li.img-li .text {
  width: 210px;
}
.home .home-information .home-news .news-list ul li.img-li .text p.detail {
  height: 66px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.home .home-information .home-news .news-list ul li:first-of-type {
  padding-top: 0;
}
.home .home-information .home-news .news-list ul li:hover a .text p.tit {
  color: #ea5405;
}
.home .home-information .home-news .news-list ul li:hover a .text p.detail {
  color: #ea5405;
}
.home .home-information .home-company {
  background-color: #f5f5f5;
  padding-left: 40px;
  box-sizing: border-box;
}
.home .home-information .home-company img {
  width: 100%;
}
.home .home-information .home-company p {
  width: 100%;
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 20px;
}
.home .home-information .home-company a {
  display: block;
  color: #ea5405;
  padding-top: 25px;
  font-size: 14px;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.home .home-information .home-company a:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
/*partner*/
.partner {
  padding-bottom: 200px;
}
/*about*/
.about p.title {
  font-size: 36px!important;
  color: #333333;
  padding-left: 72px;
  padding-top: 0;
  line-height: 46px;
  background: url("../images/about/icon-01.png") no-repeat left top;
}
.about .about-one {
  padding: 60px 0 20px ;
}
.about .about-one .text {
  width: 720px;
}
.about .about-one .text p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding-top: 28px;
}
.about .about-one .text p.title {
  padding-top: 20px;
  background: url("../images/about/icon-01.png") no-repeat left top;
}
.about .about-one .img-box {
  width: 440px;
}
.about .about-one .img-box img {
  width: 100%;
}
.about .about-history {
  padding: 50px 0 70px;
  background: url("../images/about/bg.jpg");
}
.about .about-history .w1200 {
  position: relative;
}
.about .about-history p.title {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 60px;
  padding-top: 0;
  line-height: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 50px;
  background: url("../images/about/icon-02.png") no-repeat left top;
}
.about .about-history p.title:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  display: block;
  width: 180px;
  height: 3px;
  background-color: #000;
}
.about .about-history .about-swiper-box {
  width: 100%;
}
.about .about-history .about-swiper-box .swiper-wrapper {
  padding-top: 130px;
}
.about .about-history .about-swiper-box .swiper-slide {
  height: 200px;
}
.about .about-history .about-swiper-box .swiper-slide p {
  width: 90%;
  color: #888888;
}
.about .about-history .about-swiper-box .swiper-slide p span {
  color: #000000;
  padding-right: 15px;
  font-size: 36px;
}
.about .about-history .about-swiper-box .swiper-slide p:first-of-type {
  font-size: 14px;
}
.about .about-history .about-swiper-box .swiper-slide p:nth-child(2) {
  padding-top: 20px;
  line-height: 26px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.about .about-history .about-swiper-box .about-control {
  position: absolute;
  top: 0;
  right: 0;
  width: 145px;
  height: 80px;
}
.about .about-history .about-swiper-box .about-control .swiper-pagination-fraction {
  font-size: 24px;
  color: #888888;
  bottom: 21px;
}
.about .about-history .about-swiper-box .about-control .swiper-button-next,
.about .about-history .about-swiper-box .about-control .swiper-button-prev {
  width: 24px;
  height: 45px;
  background: url("../images/about/arrow.png") no-repeat center;
}
.about .about-history .about-swiper-box .about-control .swiper-button-prev {
  left: 0;
}
.about .about-history .about-swiper-box .about-control .swiper-button-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about .about-advantage {
  padding: 30px 0 50px;
}
.about .about-advantage p.title {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-size: 36px;
  color: #333333;
  padding-left: 60px;
  padding-top: 0;
  line-height: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  background: url("../images/about/icon-03.png") no-repeat left top;
}
.about .about-advantage p.title:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  display: block;
  width: 180px;
  height: 3px;
  background-color: #000;
}
.about .about-advantage p.info {
  width: 100%;
  font-size: 14px;
  color: #8888;
  line-height: 24px;
  padding: 15px 0;
  text-transform: uppercase;
}
.about .about-advantage ul {
  padding: 20px 0 10px;
}
.about .about-advantage ul li {
  position: relative;
  width: 18.75% ;
  height: 225px;
  float: left;
  margin: 0 3.125%;
  border-radius: 100%;
  overflow: hidden;
}
.about .about-advantage ul li:last-of-type {
  margin-right: 0;
}
.about .about-advantage ul li .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 78px;
  background-color: rgba(0, 0, 0, 0.4);
}
.about .about-advantage ul li .text-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.about .about-advantage ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*certifcation*/
.certifcation {
  width: 100%;
}
.certifcation ul {
  width: 100%;
  padding: 30px 0 20px;
}
.certifcation ul li {
  position: relative;
  width: 100%;
  height: 174px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.certifcation ul li .box {
  width: 80%;
  padding: 26px 0 26px 38px;
  box-sizing: border-box;
}
.certifcation ul li .box p.tit {
  font-size: 16px;
  color: #0e1722;
  height: 38px;
  line-height: 38px;
  padding-left: 40px;
  background: url("../images/certi/pdf.png") no-repeat left center;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.certifcation ul li .box p.detail {
  font-size: 14px;
  color: #888888;
  line-height: 40px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.certifcation ul li .box .btn {
  width: 100%;
  padding-top: 10px;
}
.certifcation ul li .box .btn a {
  display: inline-block;
  width: 145px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #888888;
  border-radius: 20px;
  font-size: 14px;
  border: 1px solid #d6d6d6;
  padding-left: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  background: url("../images/certi/down.png") no-repeat 15% center;
}
.certifcation ul li .img-box {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 110px;
  height: 154px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.certifcation ul li .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.certifcation ul li:hover {
  border-color: #ea5405;
}
.certifcation ul li:hover p.tit {
  color: #ea5405;
  background-image: url("../images/certi/pdf2.png");
}
.certifcation ul li:hover .btn a {
  color: #fff;
  background-image: url("../images/certi/down2.png");
  background-color: #ea5405!important;
  border-color: #ea5405!important;
}
/*news*/
.news {
  width: 100%;
}
.news p.title {
  font-size: 36px;
  padding: 60px 0 10px;
  color: #333333;
  text-align: center;
}
.news .news-list {
  width: 100%;
  padding: 20px 0 60px;
}
.news .news-list li {
  width: 100%;
  height: 220px;
  padding: 20px 0;
  box-sizing: border-box;
}
.news .news-list li .box {
  width: 66%;
  box-sizing: border-box;
}
.news .news-list li .box p.tit {
  font-size: 18px;
  color: #0e1722;
  height: 68px;
  line-height: 78px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news-list li .box p.detail,
.news .news-list li .box .time {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news .news-list li .box .detail {
  height: 72px;
}
.news .news-list li .img-box {
  width: 28%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.news .news-list li .img-box img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.news .news-list li:nth-child(2n-1) {
  background-color: #f5f5f5;
}
.news .news-list li:hover .box p.tit {
  color: #ea5405;
}
.news .news-list li:hover .img-box {
  border-color: #ea5405;
}
.news .news-list li:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news .news-detail .left {
  width: 820px;
}
.news .news-detail .left .top {
  width: 100%;
}
.news .news-detail .left .top p {
  width: 100%;
  line-height: 50px;
  font-size: 14px;
  color: #888888;
}
.news .news-detail .left .top p a {
  color: #888888;
}
.news .news-detail .left .top p:last-of-type {
  border-bottom: 1px solid #e6e6e6;
}
.news .news-detail .left .top p.title {
  font-size: 36px;
  padding: 0;
  color: #333333;
  text-align: left;
}
.news .news-detail .left .text {
  padding: 15px 0 20px;
}
.news .news-detail .left .text p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.news .news-detail .left .text img {
  max-width: 100%;
  vertical-align: top;
  margin: 10px 0;
}
.news .news-detail .left .bottom {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.news .news-detail .left .bottom .btn {
  line-height: 66px;
}
.news .news-detail .left .bottom .btn a {
  display: inline-block;
  padding: 0 10px;
  color: #888888;
  font-size: 16px;
}
.news .news-detail .left .bottom .btn a:hover,
.news .news-detail .left .bottom .btn a.active {
  color: #ea5506;
}
.news .news-detail .left .bottom .friendly-link .jiathis_style_32x32 {
  padding-top: 17px;
}
.news .news-detail .left .btn-box {
  text-align: left;
  padding: 15px 0 60px;
}
.news .news-detail .right {
  width: 340px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 0 20px 10px;
  margin-top: 60px;
}
.news .news-detail .right .tit {
  position: relative;
  font-size: 24px;
  line-height: 69px;
  border-bottom: 1px solid #e6e6e6;
}
.news .news-detail .right .tit:after {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 150px;
  height: 2px;
  background-color: #333;
}
.news .news-detail .right ul li {
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
}
.news .news-detail .right ul li a {
  display: block;
}
.news .news-detail .right ul li a p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news-detail .right ul li a span {
  line-height: 20px;
  color: #888;
  font-size: 14px;
}
.news .news-detail .right ul li:last-of-type {
  border: 0;
}
.news .news-detail .right ul li:hover a p {
  color: #ea5506;
}
/*contact*/
.contact .info {
  padding: 40px 0;
}
.contact .info .left {
  width: 50%;
}
.contact .info .left p.title {
  font-size: 24px;
  color: #ea5405;
  line-height: 60px;
}
.contact .info .left .info-box {
  width: 100%;
  padding-right: 20px;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}
.contact .info .left .info-box .detail span,
.contact .info .left .info-box .detail p {
  float: left;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.contact .info .left .info-box .detail span {
  display: inline-block;
  width: 80px;
  font-weight: bold;
}
.contact .info .left .info-box .detail p {
  width:480px ;
}
.contact .info .left .code-box {
  padding-top: 28px;
}
.contact .info .left .code-box .code {
  width: 142px;
  height: 142px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.contact .info .left .code-box .detail {
  padding: 40px 0 0 28px;
}
.contact .info .left .code-box .detail p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.contact .info .left .code-box .detail p:first-of-type {
  text-transform: uppercase;
  font-weight: bold;
}
.contact .info .left #map {
  width: 80%;
  height: 400px;
}
.contact .feedBack {
  width: 100%;
  background-color: #f5f5f5;
}
.contact .feedBack .form-box {
  width: 100%;
  padding: 0 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.contact .feedBack .form-box p.title {
  font-size: 36px;
  color: #1f323d;
  text-align: left;
  padding: 55px 0 25px;
}
.contact .feedBack .form-box ul li {
  width: 595px;
  height: 40px;
  float: left;
  padding: 0 20px;
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.contact .feedBack .form-box ul li label {
  font-size: 14px;
  color: #666666;
  line-height: 40px;
  padding-right: 5px;
}
.contact .feedBack .form-box ul li input {
  width: 436px;
  height: 38px;
  padding: 10px 5px;
  box-sizing: border-box;
}
.contact .feedBack .form-box ul li:nth-child(2n) {
  float: right;
}
.contact .feedBack .form-box ul li:last-of-type {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.contact .feedBack .form-box ul li:last-of-type textarea {
  width: 100%;
  height: 160px;
  padding: 15px 20px;
  border: 0;
  font-size: 14px;
  background-color: transparent;
  box-sizing: border-box;
  font-family: "Arial", "微软雅黑";
}
.contact .feedBack .form-box ul li:last-of-type textarea::-webkit-input-placeholder {
  color: #666666;
}
.contact .feedBack .form-box ul li:last-of-type textarea:-moz-placeholder {
  color: #666666;
}
.contact .feedBack .form-box ul li:last-of-type textarea::-moz-placeholder {
  color: #666666;
}
.contact .feedBack .form-box ul li:last-of-type textarea:-ms-input-placeholder {
  color: #666666;
}
.contact .feedBack .form-box .btn-box-3 {
  text-align: left;
  padding-top: 30px;
  font-size: 18px;
  text-transform: uppercase;
}
/*products*/
.products .home-product {
  width: 100%;
}
.products .home-product .products-list2 {
  padding: 40px 0;
}
.products .home-product .products-list2 li {
  width: 32.5%;
  height: 270px;
  margin-bottom: 20px;
  margin-right: 1.25%;
  float: left;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.products .home-product .products-list2 li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  box-sizing: border-box;
  padding: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.products .home-product .products-list2 li .img-box {
  position: relative;
  width: 100%;
  height: 170px;
  overflow: hidden;
}
.products .home-product .products-list2 li .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 90%;
  max-width: 90%;
  object-fit: cover;
}
.products .home-product .products-list2 li .text {
  width: 100%;
}
.products .home-product .products-list2 li .text p {
  font-size: 16px;
  color: #333333;
  height: 16px;
  line-height: 16px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.products .home-product .products-list2 li .text p:nth-child(2) {
  width: 100%;
  padding-top: 15px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.products .home-product .products-list2 li:nth-child(3n) {
  margin-right: 0;
}
.products .home-product .products-list2 li:hover {
  border-color: #ea5405;
}
.products .home-product .products-list2 li:hover a {
  border-color: #ea5405;
}
.products .home-product .products-list2 li:hover a .text p:first-of-type {
  color: #ea5405;
}
.products-detail .home-product {
  width: 100%;
}
.products-detail .home-product .product-swiper-box {
  background: #323232;
}
.products-detail .home-product .product-swiper-box .product-swiper .swiper-button-next,
.products-detail .home-product .product-swiper-box .product-swiper .swiper-button-prev {
  background-color: #323232!important;
}
.products-detail .home-product .product-body {
  padding-bottom: 20px;
}
.products-detail .home-product .product-body .detail-nav {
  width: 100%;
  line-height: 40px;
}
.products-detail .home-product .product-body .detail-nav a {
  color: #888888;
  font-size: 14px;
}
.products-detail .home-product .product-body .left {
  width: 50%;
}
.products-detail .home-product .product-body .left .img-show {
  position: relative;
  width: 100%;
  height: 400px;
  border: 1px solid #e6e6e6;
}
.products-detail .home-product .product-body .left .img-show img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 90%;
  object-fit: cover;
}
.products-detail .home-product .product-body .left .img-show div.icon-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url("../images/icon.png") no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.products-detail .home-product .product-body .left .swiper-detail {
  width: 100%;
  padding: 20px 40px ;
  box-sizing: border-box;
}
.products-detail .home-product .product-body .left .swiper-detail .swiper-button-next,
.products-detail .home-product .product-body .left .swiper-detail .swiper-button-prev {
  top: 0;
  z-index: 100;
  width: 40px;
  height: 100%;
  margin: 0;
  background: #ffffff url("../images/products/arrow-left.png") no-repeat left center;
}
.products-detail .home-product .product-body .left .swiper-detail .swiper-button-next:hover,
.products-detail .home-product .product-body .left .swiper-detail .swiper-button-prev:hover {
  background-image: url("../images/products/arrow-left2.png");
}
.products-detail .home-product .product-body .left .swiper-detail .swiper-button-prev {
  left: 0px;
}
.products-detail .home-product .product-body .left .swiper-detail .swiper-button-next {
  right: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.products-detail .home-product .product-body .left .swiper-detail .swiper-wrapper .swiper-slide {
  cursor: pointer;
  height: 82px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
}
.products-detail .home-product .product-body .left .swiper-detail .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 90%;
  object-fit: cover;
}
.products-detail .home-product .product-body .left .swiper-detail .swiper-wrapper .swiper-slide:hover,
.products-detail .home-product .product-body .left .swiper-detail .swiper-wrapper .swiper-slide.active {
  border-color: #ea5405;
}
.products-detail .home-product .product-body .right {
  width: 45%;
  margin-left: 5%;
}
.products-detail .home-product .product-body .right .top {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  height: 90px;
  box-sizing: border-box;
}
.products-detail .home-product .product-body .right .top p {
  height: 90px;
  line-height: 90px;
  font-size: 34px;
  color: #333;
  border-bottom: 2px solid #333;
  box-sizing: border-box;
}
.products-detail .home-product .product-body .right .top .friendly-link .jiathis_style_32x32 {
  padding-top: 30px;
}
.products-detail .home-product .product-body .right .data p {
  font-size: 14px;
  color: #666;
  line-height: 40px;
  position: relative;
  padding-left: 5px;
  width: 100%;
  box-sizing: border-box;
}
.products-detail .home-product .product-body .right .data p:before {
  position: absolute;
  content: '';
  display: block;
  top: 13px;
  left: 0px;
  width: 1px;
  height: 1px;
  background-color: #666;
}
.products-detail .home-product .info {
  width: 100%;
}
.products-detail .home-product .info .tab-list {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #f5f5f5;
}
.products-detail .home-product .info .tab-list p a {
  display: inline-block;
  padding: 0 32px;
  font-size: 16px;
  float: left;
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.products-detail .home-product .info .tab-list p a:hover,
.products-detail .home-product .info .tab-list p a.active {
  color: #fff;
  background-color: #ea5405 ;
}
.products-detail .home-product .info .data-detail {
  display: none;
  padding: 15px 0;
  border-bottom: 1px solid #d6d6d6;
}
.products-detail .home-product .info .data-detail p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  padding: 20px 0 5px 0px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
/*.products-detail .home-product .info .data-detail p:before {*/
  /*position: absolute;*/
  /*content: '';*/
  /*display: block;*/
  /*top: 29px;*/
  /*left: 0px;*/
  /*width: 5px;*/
  /*height: 5px;*/
  /*border-radius: 5px;*/
  /*background-color: #666;*/
/*}*/
.products-detail .home-product .info .data-detail.active {
  display: block;
}
.products-detail .home-product .info .btn-box {
  padding: 20px 0 40px;
  text-align: left;
}
.products-detail .home-product .info .btn-box a {
  text-transform: uppercase;
}
.products-detail .home-product .info .btn-box a.cur {
  background: #d6d6d6;
  color: #fff;
  border-color: #d6d6d6;
  cursor: auto;
}
.products-detail .home-product .info .btn-box a.cur:hover {
  border-color: #d6d6d6;
}
.pc {
  display: block;
}
.mb {
  display: none;
}
@media screen and (max-width: 1280px) {
  .home-product .product-swiper-box .product-swiper {
    width: 1240px;
  }
}
@media screen and (max-width: 1024px) {
  .w1200 {
    width: 990px;
  }
  .header > div .nav li {
    padding: 0 11px;
  }
  .home-product .products-list .right {
    width: 670px;
  }
  .home-product .product-swiper-box .product-swiper .swiper-slide.active,
  .home-product .product-swiper-box .product-swiper .swiper-slide:hover {
    background-size: 100% 100%;
  }
  .home-product .product-swiper-box .product-swiper {
    width: 800px;
  }
  .home-product .product-swiper-box .product-swiper .swiper-slide {
    height: 180px;
  }
  .home-product .products-list .left,
  .home-product .products-list .right .right-box {
    width: 320px ;
  }
  .home .home-information .home-news .news-list {
    width: 90%;
    padding-right: 5%;
  }
  .home .home-information .home-company .company-list {
    width: 95%;
    padding-right: 5%;
  }
  .home .home-information .home-news,
  .home .home-information .home-company {
    height: 780px;
  }
  .about .about-advantage ul li {
    height: 185px;
    margin: 0  3.125%;
  }
  .about .about-one {
    padding: 36px 0 20px;
  }
  .about .about-one .text {
    width: 60%;
    padding-left: 1.5%;
  }
  .about .about-one .img-box {
    width: 36%;
  }
  .news .news-detail .left {
    width: 70%;
  }
  .news .news-detail .right {
    width: 28%;
  }
  .contact .info .left .info-box .detail p {
    width: 424px;
  }
  .contact .feedBack .form-box ul li {
    width: 491px;
  }
  .home .home-information .home-news .news-list ul li.img-li img {
    width: 195px;
    height: 120px;
  }
  .home .home-information .home-news .news-list ul li {
    padding: 25px 0 30px;
  }
}
@media screen and (max-width: 765px) {
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }
  .w1200 {
    width: 100%;
    padding: 0 0.6rem;
    box-sizing: border-box;
  }
  /*公用*/
  .content {
    padding-top: 52px;
  }
  .header {
    width: 100%;
    height: 52px;
    /*控制nav显示隐藏*/
  }
  .header > div {
    width: 100%;
    box-sizing: border-box;
    height: 52px;
  }
  .header > div .logo img {
    padding-top: 0.6rem;
    width: 4.4rem;
  }
  .header > div .logo img:first-of-type {
    display: none;
  }
  .header > div .menu {
    width: 1rem;
    height: 100%;
  }
  .header > div .menu img {
    width: 1rem;
    padding: 0.72rem 0 0 0;
  }
  .header > div .menu .menu-img {
    display: block;
  }
  .header > div .menu .menu-img img {
    display: none;
  }
  .header > div .menu .menu-img img:nth-child(2) {
    display: block;
  }
  .header > div .menu .close {
    display: none;
  }
  .header > div .nav {
    display: none;
    position: fixed;
    top: 52px;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100vh;
    float: none;
  }
  .header > div .nav li {
    width: 100%;
    height: 1.6rem;
    line-height: 1.6rem;
    padding: 0 0.8rem;
    box-sizing: border-box;
    border-bottom: 1px solid #68676a;
  }
  .header > div .nav li a {
    display: block;
    color: #ffffff;
    font-size: 0.56rem;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
  }
  .header > div .nav li a img {
    vertical-align: middle;
  }
  .header > div .nav li a span {
    padding-left: 0.28rem;
  }
  .header > div .nav li:hover a,
  .header > div .nav li.active a {
    color: #fff;
  }
  .header.active > div .menu .menu-img img:first-of-type {
    display: block;
  }
  .header.active > div .menu .menu-img img:nth-child(2) {
    display: none;
  }
  .header.active > div .nav li a {
    color: #fff;
  }
  .header.cur {
    background: rgba(0, 0, 0, 0.9) !important;
  }
  .header.cur .nav {
    display: block;
  }
  .header.cur .menu .menu-img {
    display: none;
  }
  .header.cur .menu .close {
    display: block;
  }
  .header.cur .logo img:first-of-type {
    display: block;
  }
  .header.cur .logo img:nth-child(2) {
    display: none;
  }
  .footer > div ul {
    display: none;
  }
  .footer > div .copyright {
    width: 100%;
  }
  .footer > div .copyright p,
  .footer > div .copyright .friendly-link {
    width: 100%;
  }
  .footer > div .copyright p {
    padding: 0.72rem 0 0.48rem;
    font-size: 0.6rem;
    text-align: center;
  }
  .footer > div .copyright .friendly-link {
    padding-bottom: 0.6rem;
  }
  .footer > div .copyright .friendly-link .jiathis_style_32x32 {
    text-align: center;
  }
  .footer > div .copyright .friendly-link .jiathis_style_32x32 a {
    float: none;
  }
  .banner > img {
    height: 8.4rem;
    object-fit: cover;
  }
  .home-product {
    width: 100%;
  }
  .home-product .title {
    font-size: 0.96rem;
    padding: 0.8rem 0 0.4rem;
  }
  .home-product .product-swiper-box {
    background-color: #ffffff;
  }
  .home-product .product-swiper-box .product-swiper {
    width: 100%;
    margin: 0 auto;
    padding: 0 0.6rem;
    box-sizing: border-box;
  }
  .home-product .product-swiper-box .product-swiper .swiper-slide {
    height: 3.68rem;
    padding: 0.6rem 0;
  }
  .home-product .product-swiper-box .product-swiper .swiper-slide .img-box {
    height: 1.76rem;
  }
  .home-product .product-swiper-box .product-swiper .swiper-slide .img-box img {
    max-width: 1rem;
  }
  .home-product .product-swiper-box .product-swiper .swiper-slide p {
    font-size: 0.44rem;
    height: 0.76rem;
    line-height: 1.2;
  }
  .home-product .product-swiper-box .product-swiper .swiper-slide.active,
  .home-product .product-swiper-box .product-swiper .swiper-slide:hover {
    background-image: none;
  }
  .home-product .product-swiper-box .product-swiper .swiper-slide.active p,
  .home-product .product-swiper-box .product-swiper .swiper-slide:hover p {
    background: none;
  }
  .home-product .product-swiper-box .product-swiper .swiper-button-next,
  .home-product .product-swiper-box .product-swiper .swiper-button-prev {
    width: 0.6rem;
    background: #ffffff url("../images/products/arrow-left.png") no-repeat left center;
    background-size: 0.4rem auto;
  }
  .home-product .product-swiper-box .product-swiper .swiper-button-next:hover,
  .home-product .product-swiper-box .product-swiper .swiper-button-prev:hover {
    background-image: url("../images/products/arrow-left2.png");
  }
  .home-product .products-list {
    width: 100%;
    background-color: #ea5405;
    padding: 0.6rem 0 1.2rem;
  }
  .home-product .products-list .right {
    width: 100%;
  }
  .home-product .products-list .right .right-box {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
    margin-bottom: 0.2rem;
    height: 4.72rem;
    padding: 0.2rem;
    box-sizing: border-box;
  }
  .home-product .products-list .right .right-box:nth-child(2n) {
    margin-right: 0;
  }
  .home-product .products-list .product-box {
    padding: 0;
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
  }
  .home-product .products-list .product-box .img-box {
    position: relative;
    height: 2.76rem;
  }
  .home-product .products-list .product-box .text {
    width: 100%;
  }
  .home-product .products-list .product-box .text p {
    font-size: 0.48rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .home-product .products-list .product-box .text p:nth-child(2) {
    padding-top: 0.2rem;
    font-size: 0.4rem;
  }
  .home-product .products-list .product-box:hover {
    border-color: transparent;
  }
  .home-product .products-list .product-box:hover .text p:first-of-type {
    color: #333;
  }
  .btn-box {
    padding-top: 0.6rem;
  }
  .btn-box a {
    width: 4.2rem;
    height: 0.88rem;
    line-height: 0.88rem;
    font-size: 0.48rem;
  }
  .btn-box a:hover {
    color: #ea5405;
    background: #fff;
  }
  .btn-box.btn-box-2 a {
    border-color: #d6d6d6;
    color: #888888;
  }
  .btn-box.btn-box-2 a.active,
  .btn-box.btn-box-2 a:hover {
    border-color: #ea5405;
    background-color: #ea5405;
    color: #fff;
  }
  .btn-box.btn-box-3 a {
    background: #ea5405;
    border-color: #ea5405;
  }
  .btn-box.btn-box-3 a:hover {
    opacity: 0.8;
    color: #fff;
  }
  /*分页*/
  .page {
    width: 100%;
    text-align: center;
    padding-bottom: 0.8rem;
  }
  .page a {
    display: inline-block;
    width: 0.92rem;
    height: 0.92rem;
    border: 1px solid #d6d6d6;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
    font-size: 0.52rem;
    line-height: 1rem;
    margin-right: 0.08rem;
  }
  .page a:hover {
    color: #ea5405 ;
    border-color: #ea5405;
  }
  .page a.prev,
  .page a.next {
    width: 2.32rem;
  }
  #pop {
    width: 80%;
    height: 6rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 8px;
  }
  #pop p.tip {
    text-align: center;
    font-size: 0.64rem;
  }
  #pop p.pop-text {
    font-size: 0.56rem;
    padding: 1.6rem 0 0.4rem;
  }
  #pop .btn-box {
    padding-top: 1.2rem;
  }
  #pop .btn-box a {
    display: inline-block;
    width: 4rem;
    height: 1rem;
    line-height: 1rem;
  }
  #pop .btn-box a.no {
    margin-right: 1.24rem;
  }
  .home .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #ffffff;
    width: 1.2rem;
    height: 2px;
    margin: 0 5px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    opacity: 1;
  }
  .home .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .home .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.hover {
    background: #ea5405;
  }
  .home .banner .swiper-slide img {
    height: 14.4rem;
    object-fit: cover;
  }
  .home .product-swiper-box .product-swiper {
    width: 100%;
  }
  .home .product-swiper-box .product-swiper .swiper-slide.active:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    content: '';
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 5px solid #ea5405;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .home .home-partner {
    width: 100%;
    background-color: #fff;
    padding: 0 0 1rem;
  }
  .home .home-partner .title {
    font-size: 0.96rem;
    padding: 0.8rem 0 0.4rem;
  }
  .home .home-partner .partner-list ul li {
    position: relative;
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 0.4rem;
    height: 2rem;
  }
  .home .home-partner .partner-list ul li:nth-child(5n) {
    margin-right: 1.25%;
  }
  .home .home-partner .partner-list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .home .home-partner .partner-list ul li:nth-child(7),
  .home .home-partner .partner-list ul li:nth-child(8),
  .home .home-partner .partner-list ul li:nth-child(9),
  .home .home-partner .partner-list ul li:nth-child(10) {
    display: none;
  }
  .home .home-partner .partner-list ul li:hover {
    box-shadow: none;
  }
  .home .home-information {
    width: 100%;
  }
  .home .home-information .home-news,
  .home .home-information .home-company {
    width: 100%;
    height: auto;
    padding: 0.8rem 0;
    box-sizing: border-box;
  }
  .home .home-information .home-news .company-list,
  .home .home-information .home-company .company-list,
  .home .home-information .home-news .news-list,
  .home .home-information .home-company .news-list {
    width: 100%;
    padding: 0 0.6rem;
    box-sizing: border-box;
  }
  .home .home-information .home-news .big-tit,
  .home .home-information .home-company .big-tit {
    display: inline-block;
    padding: 0.2rem 0.8rem;
    min-width: 3rem;
    margin-bottom: 0.4rem;
    font-size: 0.6rem;
  }
  .home .home-information .home-news {
    background-color: #efefef;
  }
  .home .home-information .home-news .news-list ul li {
    width: 100%;
    padding: 0.4rem 0 0.48rem;
  }
  .home .home-information .home-news .news-list ul li a {
    display: block;
  }
  .home .home-information .home-news .news-list ul li a .text {
    width: 100%;
  }
  .home .home-information .home-news .news-list ul li a .text p.tit {
    font-size: 0.52rem;
    padding-bottom: 0.12rem;
  }
  .home .home-information .home-news .news-list ul li a .text p.time {
    font-size: 0.44rem;
  }
  .home .home-information .home-news .news-list ul li a .text p.detail {
    font-size: 0.48rem;
    color: #666;
    line-height: 1.5;
    height: 0.64rem;
    padding-top: 0.12rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .home .home-information .home-news .news-list ul li.img-li img {
    width: 50%;
    height: 3.6rem;
    margin-right: 2%;
  }
  .home .home-information .home-news .news-list ul li.img-li .time {
    padding-top: 0.12rem;
  }
  .home .home-information .home-news .news-list ul li.img-li .text {
    width: 48%;
  }
  .home .home-information .home-news .news-list ul li.img-li .text p.detail {
    line-height: 1.3;
    white-space: normal;
    height: 1.8rem;
  }
  .home .home-information .home-news .news-list ul li:first-of-type {
    padding-top: 0;
  }
  .home .home-information .home-news .news-list ul li:nth-child(3) {
    display: none;
  }
  .home .home-information .home-news .news-list ul li:hover a .text p.tit {
    color: #ea5405;
  }
  .home .home-information .home-news .news-list ul li:hover a .text p.detail {
    color: #ea5405;
  }
  .home .home-information .home-company {
    background-color: #f5f5f5;
    padding: 1rem 0;
  }
  .home .home-information .home-company img {
    width: 100%;
  }
  .home .home-information .home-company p {
    width: 100%;
    font-size: 0.48rem;
    color: #666666;
    line-height: 1.5;
    margin-top: 0.4rem;
  }
  .home .home-information .home-company a {
    display: block;
    color: #ea5405;
    padding-top: 0;
    font-size: 14px;
    margin-top: 0.4rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .home .home-information .home-company a:hover {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  .about p.title {
    font-size: 0.96rem !important;
    padding-left: 1.72rem;
    padding-top: 0;
    line-height: 0.92rem;
    box-sizing: border-box;
  }
  .about .about-one {
    padding: 1.2rem 0.6rem 0.4rem;
    width: 100%;
    box-sizing: border-box;
  }
  .about .about-one .text {
    float: right;
    width: 100%;
  }
  .about .about-one .text p {
    font-size: 0.52rem;
    line-height: 0.72rem;
    padding-top: 0.48rem;
  }
  .about .about-one .text p.title {
    padding-top: 0.4rem;
    background-size: auto 100%;
  }
  .about .about-one .img-box {
    padding: 0.6rem 0;
    width: 100%;
  }
  .about .about-one .img-box img {
    width: 100%;
    height: 8.4rem;
    object-fit: cover;
  }
  .about .about-history {
    padding: 1.2rem 0.6rem 0.4rem;
    width: 100%;
    box-sizing: border-box;
    background: url("../images/about/bg.jpg");
  }
  .about .about-history .w1200 {
    position: relative;
  }
  .about .about-history p.title {
    padding-left: 1.88rem;
    line-height: 1.12rem;
    margin-bottom: 0.8rem;
    padding-bottom: 0.4rem;
    background: url("../images/about/icon-02.png") no-repeat left top;
    background-size: auto 90%;
  }
  .about .about-history p.title:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    display: block;
    width: 180px;
    height: 3px;
    background-color: #000;
  }
  .about .about-history .about-swiper-box {
    width: 100%;
  }
  .about .about-history .about-swiper-box .swiper-wrapper {
    padding-top: 2.6rem;
  }
  .about .about-history .about-swiper-box .swiper-slide {
    height: 5.2rem;
  }
  .about .about-history .about-swiper-box .swiper-slide p {
    width: 90%;
  }
  .about .about-history .about-swiper-box .swiper-slide p span {
    padding-right: 0.28rem;
    font-size: 0.96rem;
  }
  .about .about-history .about-swiper-box .swiper-slide p:first-of-type {
    font-size: 0.48rem;
  }
  .about .about-history .about-swiper-box .swiper-slide p:nth-child(2) {
    width: 100%;
    padding-top: 0.4rem;
    line-height: 1.5;
    font-size: 0.52rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .about .about-history .about-swiper-box .about-control {
    top: 0;
    right: 0;
    width: 4rem;
    height: 1.6rem;
  }
  .about .about-history .about-swiper-box .about-control .swiper-pagination-fraction {
    font-size: 0.64rem;
    bottom: 0.4rem;
  }
  .about .about-history .about-swiper-box .about-control .swiper-button-next,
  .about .about-history .about-swiper-box .about-control .swiper-button-prev {
    width: 0.6rem;
    height: 1.6rem;
    background-size: contain;
  }
  .about .about-history .about-swiper-box .about-control .swiper-button-prev {
    left: 0;
  }
  .about .about-history .about-swiper-box .about-control .swiper-button-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .about .about-advantage {
    padding: 0.8rem 0;
  }
  .about .about-advantage p.title {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.96rem;
    padding-left: 1.8rem;
    padding-top: 0;
    line-height: 1.12rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #dcdcdc;
    background-size: auto 90%;
  }
  .about .about-advantage p.info {
    font-size: 0.48rem;
    line-height: 0.72rem;
    padding: 0.4rem 0;
  }
  .about .about-advantage ul {
    padding: 20px 0 10px;
    width: 100%;
  }
  .about .about-advantage ul li {
    position: relative;
    width: 47%;
    height: 6rem;
    float: left;
    margin: 0 6% 6% 0;
    border-radius: 100%;
    overflow: hidden;
  }
  .about .about-advantage ul li:nth-child(2n) {
    margin-right: 0;
  }
  .about .about-advantage ul li .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2rem;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .about .about-advantage ul li .text-box p {
    font-size: 0.72rem;
    line-height: 0.96rem;
  }
  .about .about-advantage ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /*products*/
  .products .home-product {
    width: 100%;
    padding: 0.8rem 0 0;
  }
  .products .home-product .products-list2 {
    padding: 0.6rem 0;
  }
  .products .home-product .products-list2 li {
    width: 49%;
    height: 5.32rem;
    margin-bottom: 0.4rem;
    margin-right: 2%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
  }
  .products .home-product .products-list2 li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    box-sizing: border-box;
    padding: 0.24rem;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
  }
  .products .home-product .products-list2 li .img-box {
    height: 3.4rem;
  }
  .products .home-product .products-list2 li .text {
    width: 100%;
  }
  .products .home-product .products-list2 li .text p {
    font-size: 0.52rem;
    color: #333333;
    height: 0.48rem;
    line-height: 0.48rem;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
  }
  .products .home-product .products-list2 li .text p:nth-child(2) {
    width: 100%;
    padding-top: 0.24rem;
    font-size: 0.48rem;
  }
  .products .home-product .products-list2 li:nth-child(3n) {
    margin-right: 2%;
  }
  .products .home-product .products-list2 li:nth-child(2n) {
    margin-right: 0;
  }
  .products .home-product .products-list2 li:hover {
    border-color: #ea5405;
  }
  .products .home-product .products-list2 li:hover a {
    border-color: #ea5405;
  }
  .products .home-product .products-list2 li:hover a .text p:first-of-type {
    color: #ea5405;
  }
  .products-detail .home-product .product-swiper-box {
    background: transparent;
  }
  .products-detail .home-product .product-swiper-box .product-swiper .swiper-wrapper .swiper-slide {
    width: 25%!important;
  }
  .products-detail .home-product .product-swiper-box .product-swiper .swiper-button-next,
  .products-detail .home-product .product-swiper-box .product-swiper .swiper-button-prev {
    background-color: #fff!important;
  }
  .products-detail .home-product .product-body {
    padding-bottom: 20px;
  }
  .products-detail .home-product .product-body .detail-nav {
    width: 100%;
    line-height: 40px;
  }
  .products-detail .home-product .product-body .detail-nav a {
    color: #888888;
    font-size: 0.48rem;
  }
  .products-detail .home-product .product-body .left {
    width: 100%;
  }
  .products-detail .home-product .product-body .left .img-show {
    display: none;
    position: relative;
    width: 100%;
    height: 13.8rem;
    border: 1px solid #e6e6e6;
  }
  .products-detail .home-product .product-body .left .img-show img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 90%;
    object-fit: cover;
  }
  .products-detail .home-product .product-body .left .swiper-detail {
    padding: 0 ;
    height: 13.8rem;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
  }
  .products-detail .home-product .product-body .left .swiper-detail .swiper-button-next,
  .products-detail .home-product .product-body .left .swiper-detail .swiper-button-prev {
    top: 0;
    z-index: 100;
    width: 0.6rem;
    background-color: transparent!important;
  }
  .products-detail .home-product .product-body .left .swiper-detail .swiper-wrapper {
    height: 100%;
    box-sizing: border-box;
  }
  .products-detail .home-product .product-body .left .swiper-detail .swiper-wrapper .swiper-slide {
    border: 0;
    height: 100%;
    position: relative;
  }
  .products-detail .home-product .product-body .left .swiper-detail .swiper-wrapper .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 90%;
    object-fit: cover;
  }
  .products-detail .home-product .product-body .right {
    width: 100%;
    margin-left: 0;
  }
  .products-detail .home-product .product-body .right .top {
    height: 1.8rem;
  }
  .products-detail .home-product .product-body .right .top p {
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.96rem;
  }
  .products-detail .home-product .product-body .right .top .friendly-link .jiathis_style_32x32 {
    padding-top: 0.28rem;
  }
  .products-detail .home-product .product-body .right .top .friendly-link .jiathis_style_32x32 a span {
    width: 28px!important;
    height: 28px!important;
    padding: 0 !important;
    background-size: auto 28px;
  }
  .products-detail .home-product .product-body .right .data {
    padding: 0.4rem 0 0;
  }
  .products-detail .home-product .product-body .right .data p {
    font-size: 0.52rem;
    line-height: 1.04rem;
    position: relative;
  }
  .products-detail .home-product .info {
    width: 100%;
  }
  .products-detail .home-product .info .tab-list {
    width: 100%;
    height: 1.6rem;
    line-height: 1.6rem;
    overflow-x: scroll;
  }
  .products-detail .home-product .info .tab-list p {
    width: 600px;
    padding: 0;
  }
  .products-detail .home-product .info .tab-list p a {
    display: inline-block;
    padding: 0 0.4rem;
    font-size: 0.52rem;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
  }
  .products-detail .home-product .info .tab-list p a:hover,
  .products-detail .home-product .info .tab-list p a.active {
    color: #fff;
    background-color: #ea5405 ;
  }
  .products-detail .home-product .info .data-detail {
    padding: 0.4rem 0.6rem;
    box-sizing: border-box;
  }
  .products-detail .home-product .info .data-detail p {
    font-size: 0.52rem;
    line-height: 1rem;
    padding: 0.4rem 0 0.2rem 0.4rem;
  }
  .products-detail .home-product .info .btn-box {
    padding: 20px 0 40px;
    text-align: left;
  }
  .products-detail .home-product .info .btn-box a {
    text-transform: uppercase;
  }
  .partner {
    padding-bottom: 2rem;
  }
  .partner .partner-list li {
    display: block!important;
  }
  .certifcation {
    width: 100%;
  }
  .certifcation ul {
    width: 100%;
    padding: 0.8rem 0;
  }
  .certifcation ul li {
    height: 4rem;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-bottom: 0.6rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .certifcation ul li .box {
    width: 70%;
    padding: 0.4rem 0 0.4rem 0.4rem;
    box-sizing: border-box;
  }
  .certifcation ul li .box p.tit {
    font-size: 0.56rem;
    height: 1rem;
    line-height: 1rem;
    padding-left: 1rem;
    background-size: auto 100%;
  }
  .certifcation ul li .box p.detail {
    font-size: 0.48rem;
    line-height: 0.8rem;
  }
  .certifcation ul li .box .btn {
    width: 100%;
    padding-top: 0.24rem;
  }
  .certifcation ul li .box .btn a {
    display: inline-block;
    width: 4.8rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.48rem;
    background: url("../images/certi/down.png") no-repeat 12% center;
  }
  .certifcation ul li .img-box {
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    width: 25%;
    height: 3.6rem;
    border: 1px solid #e6e6e6;
  }
  .certifcation ul li:hover {
    border-color: #ea5405;
  }
  .certifcation ul li:hover p.tit {
    color: #ea5405;
    background-image: url("../images/certi/pdf2.png");
  }
  .certifcation ul li:hover .btn a {
    color: #fff;
    background-image: url("../images/certi/down2.png");
    background-color: #ea5405;
  }
  .news {
    width: 100%;
  }
  .news p.title {
    font-size: 0.96rem;
    padding: 0.8rem 0 0.4rem;
  }
  .news .news-list {
    width: 100%;
    padding: 0 0 1.2rem;
  }
  .news .news-list li {
    width: 100%;
    height: 5.6rem;
    padding: 0.6rem 0 0.4rem;
    box-sizing: border-box;
  }
  .news .news-list li .box {
    width: 66%;
  }
  .news .news-list li .box p.tit {
    font-size: 0.6rem;
    height: 1.2rem;
    line-height: 1.2rem;
  }
  .news .news-list li .box p.detail,
  .news .news-list li .box .time {
    font-size: 0.48rem;
    line-height: 0.8rem;
  }
  .news .news-list li .box p.detail {
    height: 2.4rem;
  }
  .news .news-list li .img-box {
    width: 31%;
    height: 4.6rem;
    box-sizing: border-box;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
  }
  .news .news-list li .img-box img {
    width: 100%!important;
    height: 100%!important;
  }
  .news .news-list li:nth-child(2n-1) {
    background-color: #f5f5f5;
  }
  .news .news-list li:hover .box p.tit {
    color: #ea5405;
  }
  .news .news-list li:hover .img-box {
    border-color: #ea5405;
  }
  .news .news-list li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .news .news-detail .left {
    width: 100%;
  }
  .news .news-detail .left .top p {
    line-height: 1.2rem;
    font-size: 0.52rem;
  }
  .news .news-detail .left .top p a {
    color: #888888;
  }
  .news .news-detail .left .top p.title {
    font-size: 0.96rem;
  }
  .news .news-detail .left .text {
    padding: 0.4rem 0;
  }
  .news .news-detail .left .text p {
    font-size: 0.52rem;
    line-height: 0.92rem;
  }
  .news .news-detail .left .text img {
    margin: 0.4rem 0;
  }
  .news .news-detail .left .bottom .btn {
    line-height: 1.2rem;
  }
  .news .news-detail .left .bottom .btn a {
    display: inline-block;
    padding: 0 0.4rem;
    color: #888888;
    font-size: 0.52rem;
  }
  .news .news-detail .left .bottom .btn a:hover,
  .news .news-detail .left .bottom .btn a.active {
    color: #ea5506;
  }
  .news .news-detail .left .bottom .friendly-link {
    float: left;
    width: 100%;
    padding: 0.2rem 0.4rem;
    box-sizing: border-box;
  }
  .news .news-detail .left .bottom .friendly-link .jiathis_style_32x32 {
    padding: 0;
  }
  .news .news-detail .left .btn-box {
    text-align: left;
    padding: 0.6rem 0 0.8rem;
  }
  .news .news-detail .right {
    width: 340px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    padding: 0 20px 10px;
    margin-top: 60px;
  }
  .news .news-detail .right .tit {
    position: relative;
    font-size: 24px;
    line-height: 69px;
    border-bottom: 1px solid #e6e6e6;
  }
  .news .news-detail .right .tit:after {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 150px;
    height: 2px;
    background-color: #333;
  }
  .news .news-detail .right ul li {
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .news .news-detail .right ul li a {
    display: block;
  }
  .news .news-detail .right ul li a p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .news .news-detail .right ul li a span {
    line-height: 20px;
    color: #888;
    font-size: 14px;
  }
  .news .news-detail .right ul li:last-of-type {
    border: 0;
  }
  .news .news-detail .right ul li:hover a p {
    color: #ea5506;
  }
  .contact .info {
    padding: 0.8rem 0.6rem;
    width: 100%;
    box-sizing: border-box;
  }
  .contact .info .left {
    width: 100%;
  }
  .contact .info .left p.title {
    font-size: 0.72rem;
    line-height: 1.2rem;
  }
  .contact .info .left .info-box {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0.4rem;
  }
  .contact .info .left .info-box .detail span,
  .contact .info .left .info-box .detail p {
    display: inline-block;
    float: left;
    font-size: 0.6rem;
    color: #666666;
    line-height: 1.2rem;
  }
  .contact .info .left .info-box .detail span {
    width: 15%;
  }
  .contact .info .left .info-box .detail p {
    width: 85% ;
  }
  .contact .info .left .code-box {
    padding-top: 0.6rem;
  }
  .contact .info .left .code-box .code {
    width: 4.8rem;
    height: 4.8rem;
  }
  .contact .info .left .code-box .detail {
    width: 8rem;
    padding: 0.8rem 0 0 0.6rem;
  }
  .contact .info .left .code-box .detail p {
    font-size: 0.56rem;
    color: #666666;
    line-height: 1rem;
  }
  .contact .info .left #map {
    margin-top: 0.8rem;
    width: 100%;
    height: 10rem;
  }
  .contact .feedBack .form-box {
    padding: 0 0 1rem;
  }
  .contact .feedBack .form-box p.title {
    font-size: 0.96rem;
    text-align: left;
    padding: 1.2rem 0 0.8rem;
  }
  .contact .feedBack .form-box ul li {
    width: 100%;
    height: 1.6rem;
    float: left;
    padding: 0 0.6rem;
    margin-bottom: 0.4rem;
    overflow: hidden;
  }
  .contact .feedBack .form-box ul li label {
    float: left;
    font-size: 0.48rem;
    line-height: 1.6rem;
    padding-right: 0.4rem;
  }
  .contact .feedBack .form-box ul li input {
    float: left;
    width: 9.2rem;
    height: 1.52rem;
    padding: 0.12rem 0.2rem;
    box-sizing: border-box;
  }
  .contact .feedBack .form-box ul li:nth-child(2n) {
    float: right;
  }
  .contact .feedBack .form-box ul li:last-of-type textarea {
    height: 6rem;
    padding: 0.6rem;
    font-size: 0.48rem;
  }
  .contact .feedBack .form-box .btn-box-3 {
    text-align: left;
    padding-top: 30px;
    font-size: 18px;
    text-transform: uppercase;
  }
}
